
/* start /web-platform/styles/browserErrors/browserErrors.css*/
.soeErrMsg#oldBrowser, .soeErrMsg#noCookies{
	display: none;
}
.soeErrMsg {
	clear: both;
	position: relative;
	z-index: 9999;
}
.soeErrMsg * {
	font-family: 'Trebuchet MS', Arial;
	font-weight: bold;
}
.soeErrMsg .soeErrMsgTitle {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	background-color: #760204;
	padding: 0 31px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}
.soeErrMsg .soeErrMsgTitle .soeErrMsgClose {
	font-size: 11px;
	color: #ffffff;
	text-shadow: none;
	float: right;
	border-radius: 50%;
	background-color: #000000;
	margin: 7px;
	border: solid 1px #FFFFFF;
	line-height: 14px;
	text-decoration: none;
}
.soeErrMsg .soeErrMsgBody {
	font-size: 13px;
	color: #4b4b4b;
	background-color: #ffffff;
	padding: 12px 31px 17px 31px;
	text-align: center;
}
.soeErrMsg .soeErrMsgBody ul.browerList {
	margin: 10px 0 0 0;
	padding: 0;
}
.soeErrMsg .soeErrMsgBody ul.browerList li {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
}
.soeErrMsg .soeErrMsgBody ul.browerList li.ffx {
	background: transparent url('/includes/framework/web-platform/browserErrors/images/browsers/ffx.png') no-repeat left top;
}
.soeErrMsg .soeErrMsgBody ul.browerList li.gc {
	background: transparent url('/includes/framework/web-platform/browserErrors/images/browsers/gc.png') no-repeat left top;
}
.soeErrMsg .soeErrMsgBody ul.browerList li.as {
	background: transparent url('/includes/framework/web-platform/browserErrors/images/browsers/as.png') no-repeat left top;
}
.soeErrMsg .soeErrMsgBody ul.browerList li.ie {
	background: transparent url('/includes/framework/web-platform/browserErrors/images/browsers/ie.png') no-repeat left top;
}
.soeErrMsg .soeErrMsgBody ul.browerList li a {
	color: #0E78C9;
	line-height: 41px;
	padding: 0 25px 0 45px;
	display: inline-block;
}
.soeErrMsg .soeErrMsgBody ul.browerList li a:visited {
	color: #0E78C9;
}

/* end /web-platform/styles/browserErrors/browserErrors.css*/

/* start /web-platform/styles/web-make-believe-bar/web-make-believe.css*/
#topBar {
	background: url('https://www.everquest.com/web-platform/includes/framework/web-platform/make-believe-bar/images/make-believe-bg-dark.jpg?v=3977806040') repeat-x center top;
	height: 38px;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 9999;
	clear: both;
}

#topBar img {
	vertical-align: middle;
}

#topBar #topBarAlign {
	max-width: 1000px;
	margin: auto;
}
#topBar a#sonyLogo {
	display: block;
	float: left;
	width: 70px;
	height: 38px;
	background: url('https://www.everquest.com/web-platform/includes/framework/web-platform/make-believe-bar/images/sony-logo-dark.png?v=1701783939') no-repeat center top;
	margin-left: 24px;
}
#topBar a#soeLogo {
	cursor: pointer;
	float: right;
	display: block;
	height: 38px;
	width: 155px;
	background: url('https://www.everquest.com/web-platform/includes/framework/web-platform/make-believe-bar/images/soe-logo-dark.png?v=830913941') no-repeat center top;
	margin-right: 24px;
}

#topBar #allAccessLogo {
	position: relative;
	top: -1px;
	padding-left: 2px;
}

#topBar #playerTools {
	background: url('https://www.everquest.com/web-platform/includes/framework/web-platform/make-believe-bar/images/divider-dark.png?v=973162284') no-repeat right;
	color: #d9d9d9!important;
	display: inline;
	float: right;
	font-size: 11px;
	list-style: none;
	position: relative;
	font-family: arial;
	text-transform: capitalize;
}
#topBar #playerTools li {
	background: url('https://www.everquest.com/web-platform/includes/framework/web-platform/make-believe-bar/images/divider-dark.png?v=973162284') no-repeat left;
	cursor: pointer;
	float: left;
	position: relative;
}
#topBar #playerTools li a {
	color: #d9d9d9 !important;
	display: inline-block;
}

#topBar #playerTools li ul li {
	padding: 0px;
}
body.hover-enabled #topBar #playerTools li#mb-accountOptions:hover,  body.hover-enabled #topBar #playerTools li#mb-loggedInLinks:hover{
	background-color: #0f0f0f;
}
#topBar #playerTools li#mb-accountOptions ul, #topBar #playerTools li#mb-allAccess ul, #topBar #playerTools li#mb-loggedInLinks ul {
	background: #0f0f0f;
	border: 1px solid #38291f;
	border-top: none;
	left: -9999px;
	margin-top: 10px;
	position: absolute;
	text-align: left;
	z-index: 100;
	box-shadow: 0 3px 3px black;
	top: 27px;
}
#topBar #playerTools li#mb-accountOptions li, #topBar #playerTools li#mb-allAccess li, #topBar #playerTools li#mb-loggedInLinks li {
	text-transform: capitalize;
}
#topBar #playerTools li#mb-accountOptions li a, #topBar #playerTools li#mb-allAccess li, #topBar #playerTools li#mb-loggedInLinks li a {
	padding: 5px;
	font-size: 12px;
}
#topBar #playerTools li#mb-allAccess ul.mb-getAllAccess li {
	background: url('https://www.everquest.com/web-platform/includes/framework/web-platform/make-believe-bar/images/side-arrow.jpg?v=2025784268') no-repeat scroll 5px 9px rgba(0, 0, 0, 0);
	padding-left: 20px;
	padding-right: 15px;
}
#topBar #playerTools li#mb-allAccess ul.mb-myAllAccess {
	width: 290px;
}
#topBar #playerTools li#mb-allAccess ul.mb-myAllAccess li {
	padding: 5px;
	white-space: normal;
	cursor: default !important;
}
#topBar #playerTools li#mb-allAccess ul.mb-myAllAccess li span.mb-rewards{
	color: #ffffff;
	font-weight: bold;
}
#topBar #playerTools li#mb-allAccess ul.mb-myAllAccess li#mb-member-info-link a, #topBar #playerTools li#mb-allAccess ul.mb-myAllAccess li a#membershipLink{
	color: #328efd !important;
	font-weight: bold;
}
#topBar #playerTools li#mb-allAccess ul.mb-myAllAccess li#mb-member-info-link a:hover,  #topBar #playerTools li#mb-allAccess ul.mb-myAllAccess li a#membershipLink:hover{
	color: #ffffff !important;
}
#topBar #playerTools li#mb-allAccess li#mb-allAccess-title {
	background: url('https://www.everquest.com/web-platform/includes/framework/web-platform/make-believe-bar/images/tryAllAccessBg.png?v=3063321847') no-repeat scroll top left rgba(0, 0, 0, 0);
	padding-top: 15px;
	height: 41px;
	font-weight: bold;
	color: #ffffff;
}
#topBar #playerTools li#mb-allAccess li#mb-find-out-more {
	font-weight: bold;
	color: #303030;
	font-size: 13px;
	margin-bottom: 10px;
	background: none;
}
#topBar #playerTools li#mb-allAccess span.promo-title {
	color: #ffc600;
	font-weight: bold;
}
#topBar #playerTools li#mb-accountOptions li:hover, #topBar #playerTools li#mb-loggedInLinks li:hover {
	background-color: #323131;
}
#topBar #playerTools ul li {
	background: transparent;
	float: none;
	white-space: nowrap;
}
#topBar #playerTools li a#loginLink,
#topBar #playerTools li a#accountCreate,
#topBar #playerTools .username,
#topBar #playerTools .sign-out {
	color: #45a7f1 !important;
}
#topBar #playerTools li a#loginLink:hover,
#topBar #playerTools li a#accountCreate:hover,
#topBar #playerTools .username:hover,
#topBar #playerTools .sign-out:hover {
	color: #7cc4fb !important;
}
#topBar li#mb-accountOptions span#downArrow, #topBar li#mb-allAccess span#downArrow, #topBar li#mb-loggedInLinks span#downArrow{
	background: url('https://www.everquest.com/web-platform/includes/framework/web-platform/make-believe-bar/images/downArrow.jpg?v=3625558023') no-repeat;
	display: inline-block;
	height: 13px;
	margin-left: 10px;
	width: 13px;
	    top: 2px;
    position: relative;
}

#topBar #playerTools li#mb-accountOptions:hover ul, #topBar #playerTools li#mb-allAccess:hover ul,#topBar #playerTools li#mb-loggedInLinks:hover ul {
	left: 0;
}
#topBar #playerTools li a:hover {
	color: #ffffff !important;
}

/* ripped from bootstrap for responsive sites */

#topBar ul.account-area {
	float: right;
	height: 38px;
	list-style: none outside none;
	margin: 0 20px 0 0;
	padding: 0;
	top: 0px;
}
#topBar ul.account-area li.top-level {
	color: #D9D9D9;
	cursor: default;
	float: left;
	line-height: 38px;
	list-style: none outside none;
	margin: 0;
	padding: 0 18px;
	position: relative;
}
#topBar ul.account-area li.top-level a.account-link {
	color: #FFFFFF;
}
#topBar ul.account-area li.top-level ul.dropdown-level {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #000000;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-color: -moz-use-text-color #2D2D2D #2D2D2D;
	border-image: none;
	border-right: 1px solid #2D2D2D;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	box-shadow: 0 15px 40px -15px rgba(0, 0, 0, 0.8);
	left: 0;
	list-style: none outside none;
	margin: 0;
	padding: 0 0 2px;
	position: absolute;
	top: 38px;
	width: auto;
	min-width: 185px;
	z-index: 100;
}
#topBar ul.account-area li.top-level ul.dropdown-level li {
	line-height: 20px;
	min-height: 30px;
	list-style: none outside none;
}
#topBar ul.account-area li.top-level ul.dropdown-level li a {
	color: #C0C0C0;
	display: block;
	line-height: 22px;
	background: none;
}
#topBar .btn-default {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	color: #333333;
}
#topBar .btn-navbar {
	background-image: linear-gradient(to bottom, #D9D6D6 0%, #CCC9C9 100%) !important;
	background-repeat: repeat-x;
	border-color: #000000;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
	color: #FFFFFF;
	display: none;
	float: right;
	margin-left: 5px;
	margin-right: 2px;
	padding: 7px 10px;
	width: 100px !important;
}
#topBar .btn-navbar .navbar-text {
	color: #191919 !important;
	float: right;
	font-size: 20px;
	font-weight: 700;
	line-height: 5px;
	width: 50px;
}

#topBar .btn-find-out-more {
	background: url('https://www.everquest.com/web-platform/includes/framework/web-platform/make-believe-bar/images/btn-primary.jpg?v=502724343') top right repeat-x !important;
	border-color: #000000;
	padding: 4px 29px 0px 5px;
	width: auto !important;
	height: 30px !important;
	color: #303030 !important;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.50);
	font-weight: bold;
	text-transform: uppercase;
}

#topBar #playerTools li a.btn-find-out-more {
    color: #303030 !important;
}

#topBar #playerTools ul.mb-getAllAccess li{
   cursor: default !important;
}


@media (min-width: 768px) and (max-width: 991px) {
	.navbar .navbar-inner .container #topBar ul.account-area li {
		font-size: 10px;
	}
}


/* end /web-platform/styles/web-make-believe-bar/web-make-believe.css*/

/* start /styles/bootstrap.css*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 1.17em;
}
h4,
.h4 {
  font-size: 1em;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after,
.dl-horizontal dd:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: inherit;
}
dt {
  font-weight: normal;
}
label {
  font-weight: normal;
}


/* end /styles/bootstrap.css*/

/* start /styles/core.css*/
/** -------------------- RESET -------------------- */
html {color: #000;font-size:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td {margin: 0;padding: 0;}
fieldset,img {border: 0;}
address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var {font:inherit;}
del,ins {text-decoration: 0;}
li {list-style: none;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: bold;}
q:before,q:after {content: '';}
abbr,acronym {border: 0;font-variant: normal;}
sup {vertical-align: baseline;}
sub {vertical-align: baseline;}
/*because legend doesn't inherit in IE */
legend {color: #000;}
a, a:link, a:visited, a:hover, a:active, a:focus{outline:0;outline-color:transparent;outline-style:none; border:none;text-decoration:none;padding:0;margin:0;color:#2b4e6e;}
sub, sup {
	font-size: 0.7em;
	line-height: 0;
	position: relative;
	top: -4px;
}
body{
	color: #2c2c2b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.125em; /* 16×1.125=18 */
	letter-spacing:normal;
	font-style: normal;
	font-weight:normal;
	width: 100%;
	background-color:#00111f;
	background-image: url('https://www.everquest.com/images/themes/base/eq-bg-bar-lt.png?v=4069056944');
	background-position: center 40px;
	background-repeat: repeat-x;
}
body.register{
	background-color: #011823;
	background-image: none;
}
body h1{
	color: #ffffff;
	font-size:1.0em; /* 16x.875=14 */
	font-family: Georgia, serif;
}
body h2{
	color: #2b4e6e;
	font-size:0.875em; /* 16x.875=14 */
}
body h2 a{
	color: #2b4e6e;
}
body h2 a:hover{
	color: #2b78bd;
}
body a{
	color: #2b4e6e;
}
body a:hover{
	color: #2b78bd;
}
body p{
	font-size:0.75em; /* 16x0.75=12 */
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
	line-height: 0;
}
/** -------------------- END RESET -------------------- */
/** -------------------- GLOBAL TOP BAR -------------------- */
#topBar {
	background-color: #000000;
	height: 40px;
	margin: 0;
	padding: 0;
	width:100%;
	position: relative;
	z-index: 200;
}

/** -------------------- END GLOBAL TOP BAR -------------------- */
/** -------------------- LOGIN - LOGOUT - JOIN -------------------- */
ul.login-logout{
	position: relative;
	display: block;
	height: 36px;
	list-style: none;
	float: right;
	margin: 0;
	z-index: 100;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height: 28px;
	min-width: 500px;
	margin-right:10px;
}
ul.login-logout li.sign-in.tile{
	position: relative;
	display: block;
	height: 36px;
	float: right;
	background-image: url('https://www.everquest.com/images/themes/base/login-logout-tile.png?v=2545532852');
	background-position: left top;
	background-repeat: repeat-x;
	background-color:transparent;
	padding: 0 10px;
}
ul.login-logout li.sign-in.tile a{
	color:#f8c22f !important;
	padding: 0;
}
ul.login-logout li.sign-in.tile a:hover{
	color:#ffffff !important;
}
ul.login-logout li.sign-in.tile a.sign-in{
	padding: 0;
}
ul.login-logout li.sign-in.tile a.sign-in:hover{

}
ul.login-logout li.sign-in.tile a.sign-out{
	padding: 0 0 0 10px;
}
ul.login-logout li.sign-in.tile a.sign-out:hover{

}
ul.login-logout li.sign-in.tile a.username{

}
ul.login-logout li.sign-in.tile a.username:hover{

}
ul.login-logout li.sign-in.tile a.join{
	padding: 0;
}
ul.login-logout li.sign-in.tile a.join:hover{

}
ul.login-logout li.sign-in.right{
	position: relative;
	display: block;
	height: 36px;
	width:30px;
	float: right;
	background-image: url('https://www.everquest.com/images/themes/base/login-logout-right.png?v=3642299943');
	background-position: left top;
	background-repeat: no-repeat;
	background-color:transparent;
}
ul.login-logout li.sign-in.left{
	position: relative;
	display: block;
	height: 36px;
	width:30px;
	float: right;
	background-image: url('https://www.everquest.com/images/themes/base/login-logout-left.png?v=2784018714');
	background-position: left top;
	background-repeat: no-repeat;
	background-color:transparent;
}
body.register ul.login-logout{
	display: none;
}
/** -------------------- END LOGIN - LOGOUT - JOIN -------------------- */
#theme{
	background-image: url('https://www.everquest.com/images/themes/base/eq-bg-lt.jpg?v=4189661970');
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 884px;
	position: absolute;
	width: 100%;
}
body.register #theme{
	background-image: url('https://www.everquest.com/images/registration/eq-bg-reg-sans-form.jpg?v=1507751024');
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 1238px;
	position: absolute;
	width: 100%;
	z-index: 0;
}
a#logo{
	cursor: pointer;
	display: block;
	float: left;
	height: 132px;
	margin: 0 0 20px 72px;
	width: 320px;
}
body.register a#logo{
	height: 152px;
	width: 370px;
}
/** iPAD BASIC */
@media screen and (max-device-width: 480px) and (device-width: 768px){
	#theme{
		background-image: url('https://www.everquest.com/images/themes/mobile/eq-bg.jpg?v=3696853906');
	}
	a#logo{
		background-image: none;
	}
}
/** iPAD PORTRAIT */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	#theme{
		background-image: url('https://www.everquest.com/images/themes/mobile/eq-bg.jpg?v=3696853906');
	}
	a#logo{
		background-image: none;
	}
}
/** iPAD LANDSCAPE */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	#theme{
		background-image: url('https://www.everquest.com/images/themes/mobile/eq-bg.jpg?v=3696853906');
	}
	a#logo{
		background-image: none;
	}
}
/** PHONE ONLY */
@media screen and (max-device-width: 480px) {
	#theme{
		background-image: url('https://www.everquest.com/images/themes/mobile/eq-bg.jpg?v=3696853906');
	}
	a#logo{
		background-image: none;
	}
}
#siteWrapper{
	margin: auto;
	position: absolute;
	width: 100%;
	height: auto;
}
#contentAlign{
	margin:0 auto;
	width: 986px;
	height: 100%;
}
/** -------------------- PAGE WRAPPER -------------------- */
#contentAutoHeight{
	background-color:transparent;
	overflow: hidden;
	width: 986px;
	margin-top: 0;
	position: relative; /** DO NOT REMOVE! FOR CONTENT THAT IS ABSOLUTE */
	float:left;
}
/** -------------------- END PAGE WRAPPER -------------------- */

/** -------------------- UTILITY CLASSES -------------------- */
.boxshadow{
	-webkit-box-shadow: 0px 5px 13px 0px rgba(4, 2, 16, .8);
	-moz-box-shadow: 0px 5px 13px 0px rgba(4, 2, 16, .8);
	box-shadow: 0px 5px 13px 0px rgba(4, 2, 16, .8);
}
.textdropshadow{
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}
.noselect{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.disabled{
	filter: alpha(opacity=20); /* internet explorer */
	-khtml-opacity: 0.2;      /* khtml, old safari */
	-moz-opacity: 0.2;       /* mozilla, netscape */
	opacity: 0.2;           /* fx, safari, opera */
}
.clear{
	clear:both;
	width:100%;
}
#contentPage a.block{
	display:block;
}
.kern {
	letter-spacing: -0.1em;
}
/** -------------------- DEBUG CLASSES -------------------- */
.border-red{
	border:1px solid #ff0000;
}
.border-green{
	border:1px solid #00ff00;
}
.border-blue{
	border:1px solid #0000ff;
}
/** -------------------- END DEBUG CLASSES -------------------- */
#noscript {
	background: url('https://www.everquest.com/images/noscript.jpg?v=1355045320');
	height: 30px;
	text-align: center;
}

#noscript span {
	padding-top: 7px;
	font-size: 14px;
}

#noscript img {
	position: relative;
	top: 5px;
	left: -7px;
}

#noscript a {
	text-decoration: underline;
}
/* -------------------- MAIN TABS -------------------- */
#tabs {
	/* dimensions */
	height: 63px;
	padding: 0;
	width: 986px;
	display:block;
}
/* SINGLE TAB */
#tabs li {
	float:right;
	margin:0 -30px 0 0;
	padding:0;
	text-indent:0;
	list-style-type:none;
	outline:0;
}
#tabs li.first-child {
	float:right;
	margin:0 42px 0 0;
	padding:0;
	text-indent:0;
	list-style-type:none;
}
/* A- TAG INSIDE SINGLE TAB */
#tabs li a {
	/** GENERAL STYLING */
	text-decoration: none;
	outline:0 !important;
	color: #f8c22f;
	font-family: Georgia, serif;
/**	text-shadow: 0px 1px 0px rgba(0, 0, 0, .90); outside */
	text-shadow: 0px -1px 0px rgba(0, 0, 0, .90);/** inside */
	font-size:1.064em;
	font-weight: bold;
	line-height:42px;
	display:block;
	height: 56px;
	cursor:pointer;
	/** IF PLAYERS IS TOO SHORT */
	width: 185px;
	text-align: center;
	/** BACKGROUND IMAGE */
	background-image: url('https://www.everquest.com/images/themes/base/eq_tab_sprite.png?v=1201803329');
	background-repeat:no-repeat;
	background-position:0 -56px;
	/** Z-INDEX AND HEIGHT */
	position:relative;
	margin-top:4px;
	z-index: 20;
}
/** adjust players */
#tabs li.first-child a{
	font-size:1.125em;
}
/* active tab */
#tabs li a.active {
	color: #ffffff !important;
	cursor:default;
	outline:0;
	background-position:0 0;
	line-height: 56px;
	/** Z-INDEX AND MARGIN */
	margin-top:-3px;
	z-index: 30;
}
#tabs li a.active:hover {
	color: #ffffff;
	background-position:0 0;
}
#tabs li a:hover {
	color: #dcd09a;
	background-position:0 -112px;
}
#mainNavBG{
	background-image: url('https://www.everquest.com/images/themes/base/main_nav_bg.png?v=1466396026');
	background-position: center top;
	background-repeat: no-repeat;
	height: 58px;
	margin: 0 auto;
	position: relative;
	width: 986px;
	z-index: 25;
}
body.register #mainNavBG{
	display: none;
}
#contentPanes{
	margin-top: 0;
	width: 986px;
	/** DO NOT POSITION THIS CONTAINER! */
}
#leftHorn{
	background-image: url('https://www.everquest.com/images/themes/base/horn_left.png?v=775020683');
	background-position: center top;
	background-repeat: repeat-y;
	display:block;
	height: 65px;
	margin: -7px 0 0 2px;
	position: absolute;
	top: 0;
	left:0;
	width: 35px;
	z-index: 35;
}
#rightHorn{
	background-image: url('https://www.everquest.com/images/themes/base/horn_right.png?v=364806149');
	background-position: center top;
	background-repeat: repeat-y;
	display:block;
	height: 65px;
	margin: -7px 4px 0 0;
	position: absolute;
	top: 0;
	right:0;
	width: 35px;
	z-index: 35;
}
/* -------------------- END MAIN TABS -------------------- */
/** -------------------- PAGE BLOCK ELEMENTS INSIDE TAB PANES -------------------- */

/** -------------------- TAB PANE STRUCTURE -------------------- */
.content-pane{
	min-height:600px;
	position: relative;
}
.content-top{
	display:block;
	height: 60px;
	width: 986px;
	margin: 0 auto;
	background-image: url('https://www.everquest.com/images/themes/base/content_header.png?v=3371559919');
	background-position: center top;
	background-repeat: no-repeat;
	position: relative; /** DO NOT REMOVE! */
}
.content-top.gs-carousel{
	height: 520px;
	background-image: url('https://www.everquest.com/images/themes/base/content_header_carousel.png?v=1340853283');
	background-position: center bottom;
	background-repeat: no-repeat;
}
.content-top.p-carousel{
	height: 414px;
	background-image: url('https://www.everquest.com/images/themes/base/content_header_carousel.png?v=1340853283');
	background-position: center bottom;
	background-repeat: no-repeat;
}
.content-top.p-carousel .content-top-carousel {
	display: block;
	margin: 0 0 0 10px;
	float:left;
	overflow: hidden;
	position: relative;
	width: 640px;
	height: 392px;
}
.content-top.gs-carousel .content-top-carousel{
	display: block;
	margin: 0 0 0 10px;
	float:left;
	overflow: hidden;
	position: relative;
	width: 640px;
	height: 456px;
}
.content-top-download{
	height: 100%;
	width:326px;
	float:right;
	margin-right:10px;
	background-image: url('https://www.everquest.com/images/themes/base/content_header_download.png?v=1779401633');
	background-position: center bottom;
	background-repeat: no-repeat;
}
.content-bottom{
	display:block;
	height: 148px;
	width: 986px;
	margin:-100px auto 0 auto;
	background-image: url('https://www.everquest.com/images/themes/base/content_footer.png?v=2524909399');
	background-position: center top;
	background-repeat: no-repeat;
	position: relative; /** DO NOT REMOVE! */
	z-index: 30;
}
.content-top p.breadcrumb-position{
	float:left;
	margin-left:50px;
	margin-top:6px;
	width: auto;
	color:#ffffff;
	position:relative;
	cursor:default;
	z-index:0;
}
.content-top p.breadcrumb-position a.breadcrumb{
	letter-spacing: 0.01em;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size:0.750em;
}
.content-top p.breadcrumb-position a.breadcrumb.last{
	color:#f8c22f;
	cursor:default;
	text-decoration: none;
}
.content-top p.breadcrumb-position a:hover {
	text-decoration: underline;
}
/** -------------------- END TAB PANE STRUCTURE -------------------- */
.content-page-tile {
	background-image: url('https://www.everquest.com/images/themes/base/content_tile.png?v=2125919139');
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0 auto;
	padding-bottom: 110px;
	width: 986px;
	min-height: 490px;
}
#players{
	display: block;
}
#getStarted{
	display: block;
}
.content-page-block.center{
	float: left;
	text-align: left;
	width: 976px;
	min-height:600px;
	margin-left:10px;
}
#players .content-page-tile .content-main {
	margin: 0 0 0 5px;
	width: 976px;
	background-color:transparent;
	overflow: hidden;
}
#getStarted .content-page-tile .content-main {
	margin: 0 0 0 5px;
	width: 976px;
	background-color:transparent;
	overflow: hidden;
}
.page-content.left{
	width:650px;
	float:left;
	clear:left;
	margin-left:4px;
	position: relative;
}
.page-content.right{
	width:310px;
	min-height:100px;
	float:right;
	clear:right;
	margin-right:4px;
}
.page-content.center{
	width:966px;
	min-height:400px;
	margin:0 0 0 4px;
}
.column-left{
	width:640px;
	position:relative;
}
.dragon {
	position: absolute;
	background-image: url('https://www.everquest.com/images/themes/base/content-left-dragon.png?v=1010627187');
	background-repeat:no-repeat;
	width:300px;
	height: 358px;
	right:19px;
	top:17px;
	display:block;
	z-index:30;
}
.column-left.header{
	height:80px;
	display:block;
	background-image: url('https://www.everquest.com/images/themes/base/content_left_header.png?v=2502299925');
	background-position: right top;
	background-repeat: no-repeat;
}
.column-left.body{
	height:100%;
	background-image: url('https://www.everquest.com/images/themes/base/content_left_tile.png?v=588626504');
	background-position: right top;
	background-repeat: repeat-y;
}
.content-column-left{
	width:600px;
	margin:0 auto;
	padding-bottom:124px;
}
.content-column-left-copy{
	font-size: 1.125em;
	line-height:20px;
	width:346px;
	margin:0 0 0 20px;
	position:relative;
	z-index: 31;
}
.sidebar-right{
	width:310px;
	display:block;
	background-color:transparent;
	float:right;
	margin-right: 4px;
}
.sidebar-content{
	width:310px;
	display:block;
	background-color:transparent;
	float:left;
}
.sidebar-content-ftpyw {
	background-image:url('https://www.everquest.com/images/themes/base/sidebar-divider.png?v=3694958909');
	background-repeat:no-repeat;
	text-align:center;
	padding:10px 0 0 0;
	font-size:1.125em;
	letter-spacing:normal;
	margin:20px 20px 0 0;
}
.sidebar-content-ftpyw h3 {
	font-family: Georgia, serif;
	font-size:1em;
	font-weight:bold;
	letter-spacing:normal;
	line-height: 24px;
	text-align: center;
}
.sidebar-content-ftpyw p {
	font-family:Arial, sans-serif;
	font-size:0.725em;
	font-weight:bold;
	letter-spacing:normal;
	line-height:20px;
	margin-top:10px;
	text-align: center;
}
/** ------------------- CAROUSEL -------------------- */

/** --------------------- GET STARTED CAROUSEL CONTROLS AND STYLE --------------------- */
#gsCarouselWrap{/** DO NOT EDIT! */
	display: block;
	height: 456px;
	margin: 0 0 0 14px;
	overflow: hidden;
	position: relative;
	width: 628px;
}
#gsCarouselTop{
	width:592px;
	height:13px;
	position:absolute;
	display: block;
	color:#fff;
	left:18px;
	top:0;
	background-image: url('https://www.everquest.com/images/themes/base/gs-carousel/gs-carousel-top.png?v=1442116816');
	background-position: center top;
	background-repeat: no-repeat;
	background-color:transparent;
	z-index:10;
}
#gsCarouselLeft{
	width:18px;
	height:456px;
	position:absolute;
	display: block;
	left:0;
	top:0;
	background-image: url('https://www.everquest.com/images/themes/base/gs-carousel/gs-carousel-left.png?v=3639224111');
	background-position: left top;
	background-repeat: no-repeat;
	background-color:transparent;
	z-index:10;
}
#gsCarouselRight{
	width:18px;
	height:456px;
	position:absolute;
	display: block;
	right:0;
	top:0;
	color:#fff;
	background-image: url('https://www.everquest.com/images/themes/base/gs-carousel/gs-carousel-right.png?v=9420407');
	background-position: right top;
	background-repeat: no-repeat;
	background-color:transparent;
	z-index:10;
}
#gsCarouselBottom{
	width:592px;
	height:14px;
	position:absolute;
	display: block;
	left:18px;
	bottom:4px;
	background-image: url('https://www.everquest.com/images/themes/base/gs-carousel/gs-carousel-bottom.png?v=855269835');
	background-position: center top;
	background-repeat: no-repeat;
	background-color:transparent;
	z-index:10;
}
/** -------------------- GET STARTED CAROUSEL CONTENT -------------------- */
#gsCarouselAlign{
	height:333px;
	top: 12px;
	left: 18px;
	overflow: hidden;
	position: relative;
	visibility: visible;
	width: 592px;
	z-index: 2;
}
#gsCarousel{
	height:333px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	position: relative;
	visibility: visible;
	width: 592px;
	z-index: 2;
}
#gsCarousel ul{
	height:333px;
	overflow:hidden;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 592px;
	z-index: 1;
}
#gsCarousel ul li{
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	float: left;
	height: 333px;
	overflow: hidden;
	width: 592px;
}
/** END GET STARTED CAROUSEL CONTENT */
/** -------------------- GET STARTED CAROUSEL NAVIGATION -------------------- */
#gsCarouselNav{
	width:590px;
	height:92px;
	position:absolute;
	display: block;
	margin:0 auto;
	left:0;
	right:0;
	bottom:20px;
	background-image: url('https://www.everquest.com/images/themes/base/gs-carousel/gs-carousel-navigation.jpg?v=1658114387');
	background-position: center top;
	background-repeat: no-repeat;
	background-color:transparent;
	z-index:15;
}
#gsCarouselNav ul{
	height:80px;
	width: 584px;
	overflow:hidden;
	z-index:1;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	list-style-type: none;
/** POSITION STYLES */
	left: 6px;
	top:6px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
#gsCarouselNav ul li:first-child{
	margin:0;
}
#gsCarouselNav ul li{
	list-style:none;
	margin:0 0 0 6px;
	padding:0;
	width:140px;
	height:80px;
/** STYLES APPLIED IF IN CAROUSEL */
	float: left;
	height: 80px;
	overflow: hidden;
	width: 140px;
}
#gsCarouselNav ul li a.carousel-nav{}
#gsCarouselNav ul li a.carousel-nav img{
	border:1px solid transparent;
}
#gsCarouselNav ul li a.carousel-nav img.gsCarousel_active{
	border:1px solid #cbe3f2;
}
#gsCarouselNav ul li a.carousel-nav img.gsCarousel_visited{
	border:1px solid #39617a;
}
/** HOVER STATES */
#gsCarouselNav ul li a.carousel-nav:hover img{
	border:1px solid #cbe3f2;
}
#gsCarouselNav ul li a.carousel-nav:hover img.gsCarousel_active{
	border:1px solid #cbe3f2;
}
#gsCarouselNav ul li a.carousel-nav:hover img.gsCarousel_visited{
	border:1px solid #cbe3f2;
}
/** PREV - NEXT BUTTONS */
a#gsCarousel_prev{
	width:26px;
	height:131px;
	position:absolute;
	display: block;
	left: 18px;
	top: 110px;
	background-image: url('https://www.everquest.com/images/themes/base/p-carousel/carousel-left-nav.png?v=3695363134');
	background-position: left top;
	background-repeat: no-repeat;
	background-color:transparent;
	z-index:20;
	cursor:pointer;
}
a#gsCarousel_next{
	width:26px;
	height:131px;
	position:absolute;
	display: block;
	right: 18px;
	top: 110px;
	background-image: url('https://www.everquest.com/images/themes/base/p-carousel/carousel-right-nav.png?v=785340899');
	background-position: right top;
	background-repeat: no-repeat;
	background-color:transparent;
	z-index:20;
	cursor:pointer;
}
a#gsCarousel_prev:hover{
	background-position: right top;
}
a#gsCarousel_next:hover{
	background-position: left top;
}
#gsCarousel_focus{
	position: absolute;
	display:none;
	height: 333px;
	left: 18px;
	top: 16px;
	width: 592px;
	-khtml-opacity:.05;
	-moz-opacity:.05;
	-ms-filter:'alpha(opacity=05)';
	filter:alpha(opacity=05);
	opacity:.05;
	z-index: 15;
	background-color: #000000;
}

/** ------------------- PLAYERS CAROUSEL -------------------- */
.content-top-carousel.players {
	height: 392px;
}

/** ------------------- END CAROUSEL -------------------- */
/** ------------------- PLAY FREE BUTTON -------------------- */
a.play-free-button{
	background-image: url('https://www.everquest.com/images/buttons/play-free-sprite.png?v=3595271239');
	background-position: left top;
	background-repeat: no-repeat;
	background-color:transparent;
	height:154px;
	width:283px;
	display:block;
	margin:0 auto;
}
a.play-free-button:hover{
	background-position: left bottom;
}
a.download-button{
	background-image: url('https://www.everquest.com/images/buttons/download-sprite.png?v=2893427602');
	background-position: left top;
	background-repeat: no-repeat;
	background-color:transparent;
	height:154px;
	width:283px;
	display:block;
	margin:0 auto;
}
a.download-button:hover{
	background-position: left bottom;
}
.content-top.gs-carousel .content-top-download a.play-free-button{
	margin:5px auto 0 auto;
}
a.buy-now {
	display:block;
	background-image:url('https://www.everquest.com/images/buttons/buy-now-sprite.png?v=326616435');
	width:235px;
	height:68px;
	background-repeat:no-repeat;
	background-position:0 -68px;
	margin:0 auto;
}
a.buy-now.disabled {
	background-position:0 0;
	filter: alpha(enabled=false); /* internet explorer */
	-khtml-opacity: 1.0;      /* khtml, old safari */
	-moz-opacity: 1.0;       /* mozilla, netscape */
	opacity: 1.0;           /* fx, safari, opera */
}
a.buy-now.disabled:hover {
	background-position:0 0;
}
a.buy-now:hover {
	background-position:0 -136px;
}
a.upgrade {
	display:block;
	background-image:url('https://www.everquest.com/images/buttons/upgrade-membership-sprite.png?v=2861166735');
	width:235px;
	height:68px;
	background-repeat:no-repeat;
	background-position:0 -68px;
	margin:0 auto;
}
a.upgrade.disabled {
	background-position:0 0;
	filter: alpha(enabled=false); /* internet explorer */
	-khtml-opacity: 1.0;      /* khtml, old safari */
	-moz-opacity: 1.0;       /* mozilla, netscape */
	opacity: 1.0;           /* fx, safari, opera */
}
a.upgrade.disabled:hovar {
	background-position:0 0;
}
a.upgrade:hover {
	background-position:0 -136px;
}
a.buy-sc {
	display:block;
	background-image:url('https://www.everquest.com/images/buttons/buy-sc-sprite.png?v=1665635709');
	width:235px;
	height:68px;
	background-repeat:no-repeat;
	background-position:0 -68px;
	margin:0 auto;
}
a.buy-sc.disabled {
	background-position:0 0;
	filter: alpha(enabled=false); /* internet explorer */
	-khtml-opacity: 1.0;      /* khtml, old safari */
	-moz-opacity: 1.0;       /* mozilla, netscape */
	opacity: 1.0;           /* fx, safari, opera */
}
a.buy-sc.disabled:hovar {
	background-position:0 0;
}
a.buy-sc:hover {
	background-position:0 -136px;
}
.tree-reasons-to-play{
	background-position: center top;
	background-repeat: no-repeat;
	background-color:transparent;
	height:11px;
	width:294px;
	display:block;
	margin:10px auto 0 auto;
}
.tree-reasons-to-play.container{
	background-image: url('https://www.everquest.com/images/themes/base/three-reasons-to-play.png?v=3899943312');
	background-position: center top;
	background-repeat: no-repeat;
	background-color:transparent;
	height:75px;
	width:300px;
	display:block;
	margin:10px auto 0 auto;
}
.tree-reasons-to-play.top{
	background-image: url('https://www.everquest.com/images/themes/base/gs-download-divider-top.png?v=2004139272');
}
.tree-reasons-to-play.bottom{
	background-image: url('https://www.everquest.com/images/themes/base/gs-download-divider-bottom.png?v=4118074035');
}
.content-top-download ul.reasons{
	display: block;
	height: 70px;
	margin: 14px auto 0 auto;
	width: 300px;
}
.content-top-download ul.reasons li{
	margin-bottom: 5px;
	margin-left:50px;
	color:#ffffff;
	font-size:0.875em;
	list-style-image: url('https://www.everquest.com/images/themes/base/rivit-lg.png?v=390912451');
}
.content-top-download .sidebar-content div.divider.top{
	display:none;
}
.content-top-download .sidebar-content div.divider.bottom{
	display:none;
}
.content-top-download .sidebar-content {
	background-color: transparent;
	display: block;
	float: left;
	width: 300px;
	margin-left:26px;
}
/** ------------------- EXPANDING H1 ------------------- */
h1.expanding-title {
	/** GENERAL STYLING */
	text-decoration: none;
	outline:0;
	font-family: Georgia, serif;
/**	text-shadow: 0px 1px 0px rgba(0, 0, 0, .90); outside */
	text-shadow: 0px -1px 0px rgba(0, 0, 0, .90);/** inside */
	font-size:1.000em;
	font-weight: bold;
	line-height:28px;
	display:block;
	cursor:default;
	/** PAGE POSITION */
	text-align: left;
	float:left;
	margin-left: 38px;
	margin-top: 0;
	width:auto;
	/** AUTO SCALE FOR LOCALIZATION - USE WIDTH OF END CAP OR WHAT LOOKS BEST */
	padding-left:26px;
	/** BACKGROUND IMAGE LEFT */
	background-image: url('https://www.everquest.com/images/themes/base/expanding_title_left.png?v=3946388235');
	background-repeat:no-repeat;
	background-position:top left;
	/** Z-INDEX AND HEIGHT */
	height: 36px;
	z-index: 20;
}
h1.expanding-title span {
	/** GENERAL STYLING */
	position:relative;
	display:block;
	height:36px;
	/** AUTO SCALE FOR LOCALIZATION - USE WIDTH OF END CAP ! */
	padding-right:26px;/** 26 is min */
	margin-right: -26px;
	/** BACKGROUND IMAGE RIGHT */
	background-image:url('https://www.everquest.com/images/themes/base/expanding_title_right.png?v=1232395697');
	background-repeat:no-repeat;
	background-position: right top;
}
.column-left.header h1.expanding-title{
	margin-top:36px;
}
/** ------------------- END EXPANDING H1 ------------------- */
/* --------------------	EXPANDING BOX INSIDE CONTENT PAGE BLOCK -------------------- */
.expanding-box{
	width:290px;
}
.expanding-box.top{
	background-image: url('https://www.everquest.com/images/themes/base/expanding_bg_top.png?v=3072246379');
	background-position: right top;
	background-repeat: no-repeat;
	background-color:transparent;
	margin-top: 0;
	padding-top: 15px;
	margin-top:14px;
}
.expanding-box.body{
	background-image: url('https://www.everquest.com/images/themes/base/expanding_bg_tile.jpg?v=1829114545');
	background-position: left top;
	background-repeat: repeat-y;
	background-color:transparent;
	height:auto;
}
.expanding-box.body *{

}
.expanding-box.body p, .expanding-box.body  div{
	margin-left:10px;
	font-size: 0.814em;
}
.expanding-box.body a{
	margin-left: 6px;
	position: relative;
	top: -8px;
}
.expanding-box.body h2 {
	margin-left: 10px;
	color: #EEBD57;
	text-transform:uppercase;
	font-family: Georgia, serif;
}
.expanding-box.bottom{
	background-image: url('https://www.everquest.com/images/themes/base/expanding_bg_bottom.png?v=1703601082');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color:transparent;
	height:15px;
	display:block;
}
/* --------------------	END EXPANDING BOX INSIDE CONTENT PAGE BLOCK -------------------- */

/** --------------------- FLASH CONTENT --------------------- */
.video{
	display:block;
	width: 592px;
	height: 334px;
	margin:0;
	padding: 0;
	position:relative;
}
.video object{
	margin:0;
	padding: 0;
}
/** --------------------- END FLASH CONTENT --------------------- */
/** ------------------- SOCIAL LINKING ------------------ */
.carouselShare {
	background-color:rgba(0,0,0,0.5);
	border-radius:5px;
	height:72px;
	position: absolute;
	top: 10px;
	left: 561px;
	width: 24px;
}
.carouselPlayerShare {
	position: absolute;
	top: 10px;
	width: 24px;
	margin-left: 565px;
	height:72px;
	border-radius:5px;
	background-color:rgba(0,0,0,0.5);
}
a.fbShare, a.twShare, a.rdShare{
	height: 24px;
	width: 24px;
	display:block;
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	float: right;
}
a.fbShare {
	background-image:url('https://www.everquest.com/images/social_facebook.png?v=112449674');
}
a.twShare {
	background-image:url('https://www.everquest.com/images/social_twitter.png?v=2053936730');
}
a.rdShare {
	background-image:url('https://www.everquest.com/images/social_reddit.png?v=2566716381');
}
a.fbShare:hover, a.twShare:hover, a.rdShare:hover {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
/** ------------------- SOCIAL LINK SIDEBAR COMPONENT ------------------ */
.sidebar-content.social-buttons{
	height: 100px;
	margin-top: 10px;
}
.sidebar-content div.divider.top{
	background-image: url('https://www.everquest.com/images/social/sidebar-divider-top.png?v=629655125');
}
.sidebar-content div.divider.bottom{
	background-image: url('https://www.everquest.com/images/social/sidebar-divider-bottom.png?v=1126248850');
}
div.divider{
	width:286px;
	height:16px;
	display: block;
	margin:0;
	background-image: url('https://www.everquest.com/images/social/vertical-divider.png?v=445138126');
	background-position: right top;
	background-repeat: no-repeat;
	background-color:transparent;
}
.icon-wrap{
	width: 244px;
	height:56px;
	position:relative;
	margin:15px auto 0;
}
div.social-buttons .icon-wrap a.connect{
	width:44px;
	height:44px;
	display: block;
	margin: 0 6px 0 0;
	background-image: url('https://www.everquest.com/images/social/social-sprite_44x44.png?v=2614572917');
	background-repeat: no-repeat;
	background-color:transparent;
	float:left;
}
div.social-buttons .icon-wrap a.connect.facebook {
	background-position: 0 0;
}
div.social-buttons .icon-wrap a.connect.facebook:hover {
	background-position: 0 -44px;
}
div.social-buttons .icon-wrap a.connect.twitter {
	background-position: -44px 0;
}
div.social-buttons .icon-wrap a.connect.twitter:hover {
	background-position: -44px -44px;
}
div.social-buttons .icon-wrap a.connect.youtube {
	background-position: -88px 0;
}
div.social-buttons .icon-wrap a.connect.youtube:hover {
	background-position: -88px -44px;
}
div.social-buttons .icon-wrap a.connect.gplus {
	background-position: -132px 0;
}
div.social-buttons .icon-wrap a.connect.gplus:hover {
	background-position: -132px -44px;
}
div.social-buttons .icon-wrap a.connect.signup {
	background-position: -176px 0;
	margin: 0;
}
div.social-buttons .icon-wrap a.connect.signup:hover {
	background-position: -176px -44px;
}
/** ------------------- END SOCIAL LINK SIDEBAR COMPONENT ------------------ */
/* --------------------- END SOCIAL LINKING ------------------*/
/** Style Ordered List */
.legal-scrollable ol li {
	list-style: decimal inside;
}
/** -------------------- FOOTER -------------------- */
#footerBG{
	background-image: url('https://www.everquest.com/images/themes/base/eq_footer_bg.png?v=1730942284');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color:transparent;
	height:300px;
	max-width:986px;
	display:block;
	float:left;
	margin:-30px auto 0 auto;
}

body.register #footerBG {
	display: none;
}
#footer{
	height:300px;
	width:970px;
	display:block;
	margin:32px auto 0 auto;
}
#footer ul{
	height:210px;
	width:140px;
	display:block;
	margin:0;
	float:left;
	background-image: url('https://www.everquest.com/images/themes/base/footer_list_bg.png?v=1441045722');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color:transparent;
	padding: 5px 0 0 10px;
}
#footer ul.first-child{
	margin:0 0 0 50px;
}
#footer ul li{
	margin:0;
	font-size:0.750em;
}
#footer ul li a{
	font-family: Arial, sans-serif;
	color:#f8c22f;
	font-size:0.750em;
}
#footer ul li a:hover{
	color:#ffffff;
}
#footer ul li.top{
	color:#ffffff
}
#footer #footerLogo{
	float: right;
	margin-right: 50px;
}
#footerSupplement{
	font-size:0.750em;
}
/* @screen-sm-min */
@media (min-width: 768px) {
	#footerSupplement {
		margin-top: 25px;
	}
}
#footerSupplement .horiz-list {
	clear:both;
	text-align: center;
	color:#6e6e6e;
}
#footerSupplement .horiz-list a {
	color: #6e6e6e;
	font-size:0.750em;
	white-space: nowrap;
}
#footerSupplement .horiz-list a:hover {
	color: #ffffff;
}
.footer-fluid {
	clear: both;
}
.footer-logos {
	margin-top: 20px;
}
.footer-logos div {
	line-height: 145px;
	text-align: center;
}
.footer-logos img {
	display: inline-block;
	vertical-align: middle;
}
.footer-logos .img-responsive {
	width: auto; /* Fix Bootstrap's IE "fix" */
}
/** -------------------- GLOBAL BREADCRUMBS ------------------ */

/*
/** -------------------- MAIN NAV -------------------- */
/** -------------------- MAIN NAVIGATIOIN BAR TOP LEVEL -------------------- */
ul.site-nav{
	background-color: transparent;
	display: block;
	margin-top: -16px;
	padding: 0;
	position: absolute;
	*margin-top: -50px;
	margin-left:34px;
	width: 900px;
	z-index: 25;
	list-style:none;
}
ul.site-nav li{
	list-style:none;
	background-image: url('https://www.everquest.com/images/themes/base/main_nav_divider.png?v=3755261986');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color:transparent;
	float:left;
	clear:right;
	height:43px;
	padding-top:0;
	padding-right:4px;
	padding-bottom:0;
	padding-left:0;
	margin-top:-36px;
	/** IE7 sucks */
	*margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	position: relative;
}
ul.site-nav li.active {
	background-image: url('https://www.everquest.com/images/themes/base/main-nav-active.png?v=2446225243');
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:transparent;
}
ul.site-nav li a.nav{
	display:block;
	height:43px;
	position:relative;
	text-align:left;
	color:#fee6ad !important;
	font-family: Georgia, serif;
	font-size: 0.875em;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 47px;
	padding:0;
	margin:0;
	cursor:pointer;
	text-shadow: 1px 1px 2px #000000;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
ul.site-nav li a.nav:hover{
	color:#ffffff !important;
}
/** TOP LEVEL SPECIFIC STYLES */
ul.site-nav li a.nav.top{
	padding-left:10px;
	height:43px;
}
ul.site-nav li a.nav.top span{
	position:relative;
	display:block;
	height:43px;
	padding-right:10px;
	margin-right: -5px;
}
body.register ul.site-nav{
	display: none;
}
#continueToSite{
	display: none;
	text-align: center;
	background-image: url('https://www.everquest.com/images/registration/continue-tile.png?v=833672704');
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto -24px;
	height: 24px;
	position: relative;
	z-index: 100;
}
#continueToSite a{
	color: #ffffff;
	font-size: 15px;
	font-family: Georgia, serif;
	line-height: 24px;
}
body.register #continueToSite{
	display: block;
}
/**
ul.site-nav li a.nav.top:hover{
	background-image: url('https://www.everquest.com/images/top_nav_selected_left_bg.png?v=0.0.0');
	background-repeat:no-repeat;
	background-position:0 10px;
}
ul.site-nav li a.nav.top:hover span{
	background-image:url('https://www.everquest.com/images/top_nav_selected_right_bg.png?v=0.0.0');
	background-repeat:no-repeat;
	background-position:right 10px;
}
ul.site-nav li a.nav.top.active{
	background-image: url('https://www.everquest.com/images/top_nav_selected_left_bg.png?v=0.0.0');
	background-repeat:no-repeat;
	background-position:0 10px;
}
ul.site-nav li a.nav.top.active span{
	background-image:url('https://www.everquest.com/images/top_nav_selected_right_bg.png?v=0.0.0');
	background-repeat:no-repeat;
	background-position:right 10px;
}*/
/** -------------------- END MAIN NAVIGATIOIN BAR TOP LEVEL -------------------- */
/** -------------------- MAIN NAVIGATIOIN SUBNAV SPECIFIC STYLES -------------------- */
ul.site-nav li ul.subnav{
	position: absolute;
	*left:0;
	*top:42px;
	padding: 0;
	margin:-2px 0 0 -4px;
	display: none;
	width:200px;
	-webkit-box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 1);
	box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 1);
	list-style:none;
}
ul.site-nav li.game-nav ul.subnav{
	display: none;
	width:200px;
	position: absolute;
	margin:0 0 0 -4px;
	padding:0;
	list-style: none;
	background-image: url('https://www.everquest.com/images/themes/base/subnav_tile.jpg?v=3026757695');
	background-repeat:repeat-x;
	background-position:0 12px;
	background-color:transparent;
}
ul.site-nav li.game-nav ul.subnav li{
	width:200px !important;
	position: relative;
}
ul.site-nav li.characters-nav ul.subnav{
	display: none;
	width:200px;
	height:58px;
	position: absolute;
	margin:0 0 0 -4px;
	padding:0;
	list-style: none;
	background-image: url('https://www.everquest.com/images/themes/base/subnav_tile.jpg?v=3026757695');
	background-repeat:repeat-x;
	background-position:0 12px;
	background-color:transparent;
}
ul.site-nav li.characters-nav ul.subnav li{
	width:200px !important;
	position: relative;
}
ul.site-nav li.media-nav ul.subnav{
	display: none;
	width:200px;
	position: absolute;
	margin:0 0 0 -4px;
	padding:0;
	list-style: none;
	background-image: url('https://www.everquest.com/images/themes/base/subnav_tile.jpg?v=3026757695');
	background-repeat:repeat-x;
	background-position:0 12px;
	background-color:transparent;
}
/** ------------------ CUSTOM REDEEM A CODE ------------------ */
ul.site-nav li.redeem-nav ul.subnav{
	display: none;
	width:210px;
	height:68px;
	position: absolute;
	margin:0 0 0 -4px;
	padding:0;
	list-style: none;
	background-image: url('https://www.everquest.com/images/themes/base/subnav_tile.jpg?v=3026757695');
	background-repeat:repeat-x;
	background-position:0 12px;
	background-color:transparent;
}
ul.site-nav li.redeem-nav ul.subnav li{
	width:210px;
}
ul.site-nav li.redeem-nav ul.subnav li.first{
	height:30px;
	width:210px;
	background-image: url('https://www.everquest.com/images/themes/base/sub_nav_header_redeem.png?v=3744686435');
	background-repeat:no-repeat;
	background-position:center top;
	background-color:transparent;
	display:block;
	z-index:20;
}
ul.site-nav li.redeem-nav ul.subnav li.last .subnav-footer{
	height:50px;
	width:210px;
	position:absolute;
	top:21px;
	*left:0;
	display:block;
	background-image: url('https://www.everquest.com/images/themes/base/sub_nav_footer_redeem.png?v=4139985548');
	background-repeat:no-repeat;
	background-position:center top;
	background-color:transparent;
}
ul.site-nav li.redeem-nav ul.subnav li a.tiny{
	text-decoration: none;
	outline:0;
	color: #ffffff !important;
	font-size:0.938em;
	font-weight: bold;
	font-family: Georgia, serif;
	line-height:22px !important;
	display:block;
	height: 25px;
	width:40px;
	cursor:pointer;
	padding: 0 0 0 6px !important;
	float:left;
	background-image: url('https://www.everquest.com/images/buttons/green_tiny_btn_sprite.png?v=3907126771');
	background-repeat:no-repeat;
	background-position:top left;
	background-color:transparent;
	position:relative;
	margin-top:15px;
	margin-left:2px;
	*margin-left:8px;
	z-index: 200;
}
ul.site-nav li.redeem-nav ul.subnav li a.tiny span{
	text-shadow: 0px -1px 0px rgba(0, 0, 0, .90);/** inside */
}
ul.site-nav li.redeem-nav ul.subnav li a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #FEE6AD;
	display: block;
	height: 25px;
	line-height: 24px;
	margin: 10px auto 0;
	padding: 0;
	width: auto;
	font-family: Georgia, serif;
}
ul.site-nav li.redeem-nav ul.subnav li a.tiny:hover {
	background-position:bottom left;
}
#redeemForm{
	width:140px;
	height:27px;
	float:left;
	margin-left:10px;
	*margin-left:6px;
	margin-top:14px;
}
#redeemForm #codeEntry{
	background: url('https://www.everquest.com/images/themes/base/tiny_input_bg.png?v=615531885') no-repeat;
	border: none;
	position: relative;
	width: 140px;
	height:27px;
	line-height:27px;
	text-align: center;
	margin:0;
	font-size: 0.814em;
	float:left;
	z-index: 200;
}
ul.site-nav li.redeem-nav ul.subnav li:hover a{
	color:#ffffff !important;
	background-image: url('https://www.everquest.com/images/buttons/green_tiny_btn_sprite.png?v=3907126771');
	background-repeat:no-repeat;
	background-color:transparent;
	filter: none;
}
/** ------------------ END REDEEM ------------------ */
ul.site-nav li.player-studio-nav ul.subnav{
	display: none;
	width:200px;
	position: absolute;
	margin:0 0 0 -4px;
	padding:0;
	list-style: none;
	background-image: url('https://www.everquest.com/images/themes/base/subnav_tile.jpg?v=3026757695');
	background-repeat:repeat-x;
	background-position:0 12px;
	background-color:transparent;
}
ul.site-nav li.community-nav ul.subnav{
	display: none;
	width:200px;
	position: absolute;
	margin:0 0 0 -4px;
	padding:0;
	list-style: none;
	background-image: url('https://www.everquest.com/images/themes/base/subnav_tile.jpg?v=3026757695');
	background-repeat:repeat-x;
	background-position:0 12px;
	background-color:transparent;
}
ul.site-nav li.community-nav ul.subnav li{
	width:200px !important;
}
ul.site-nav li.gscommunity-nav ul.subnav{
	display: none;
	width:200px;
	position: absolute;
	margin:0 0 0 -4px;
	padding:0;
	list-style: none;
	background-image: url('https://www.everquest.com/images/themes/base/subnav_tile.jpg?v=3026757695');
	background-repeat:repeat-x;
	background-position:0 12px;
	background-color:transparent;
}
ul.site-nav li:hover ul.subnav{
	display:block;
}
ul.site-nav li ul.subnav{

}
ul.site-nav li ul.subnav li{
	height:30px;
	width:200px;
	background-color:transparent;
	display:block;
	clear:left;
	float:left;
	list-style: none;
	margin:0;
	padding:0;
	background-image:none;
	position:relative;
}
ul.site-nav li ul.subnav li.last{
	height: 40px;
}
ul.site-nav li ul.subnav li.last .subnav-footer{
	height:50px;
	width:200px;
	position:absolute;
	top:10px;
	display:block;
	background-image: url('https://www.everquest.com/images/themes/base/sub_nav_footer.png?v=2349128038');
	background-repeat:no-repeat;
	background-position:center top;
	background-color:transparent;
}
ul.site-nav li ul.subnav li.header{
	height:12px;
	width:200px;
	background-color:transparent;
	display:block;
}
ul.site-nav li ul.subnav li.subnav-item{
	background-image: url('https://www.everquest.com/images/themes/base/sub_nav_border_tile.png?v=80671080');
	background-repeat:repeat-y;
	background-position:center top;
	background-color:transparent;
}
ul.site-nav li ul.subnav li.first{
	height:30px;
	width:200px;
	background-image: url('https://www.everquest.com/images/themes/base/sub_nav_header.png?v=1189302272');
	background-repeat:no-repeat;
	background-position:center top;
	background-color:transparent;
	display:block;
	z-index:20;
}
ul.site-nav li ul.subnav li a{
	color:#fee6ad;
	display:block;
	height: 22px;
	line-height: 22px;
	margin: 11px auto 0 auto;
	padding: 0 0 0 24px;
	width: 170px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	z-index: 30;
	font-family: Georgia, serif;
}
ul.site-nav li ul.subnav li a img{
	position:relative;
	height: 8px;
	width: 8px;
	left:-4px;
	top:-1px;
}
ul.site-nav li ul.subnav li{

}
ul.site-nav li ul.subnav li:hover a{
	background-image: url('https://www.everquest.com/images/themes/base/subnav_hover.png?v=1460507715');
	background-repeat:no-repeat;
	background-position:top center;
	background-color:transparent;
	color:#ffffff !important;
}
ul.site-nav li a, ul.site-nav li a:link, ul.site-nav li a:visited{
	color:#fee6ad !important;
	text-decoration:none;
	outline:0;
}
/** -------------------- SHOP BUTTON -------------------- */
a#shopButton{
	position:absolute;
	display:block;
	height:34px;
	width:100px;
	background-image:url('https://www.everquest.com/images/buttons/shop_sprite.png?v=190638625');
	background-repeat:no-repeat;
	background-position:top left;
	z-index:199;
	text-decoration:none;
	margin-top:-42px;
	right:40px;
}
a#shopButton:hover{
	background-position:bottom left;
}
body.register a#shopButton{
	display: none;
}
/** -------------------- END MAIN NAV -------------------- */

/** --------------------- AUTO SCALE GREEN BUTTON --------------------- */
a.scalable-sm-green-btn{
	position:absolute;
	display:block;
	height:34px;
	background-image:url('https://www.everquest.com/images/buttons/scalable_sm_green_btn_left.png?v=0.0.0');
	background-repeat:no-repeat;
	background-position:top left;
	color:#ffffff;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, .90);
	font-size:0.875em;
	font-weight: bold;
	line-height:34px;
	text-align: left;
	z-index:200;
	text-decoration:none;
	/** TO CLOSE THE GAP */
	padding-right: 10px;
	/** POSITION OF BUTTON */
	top:5px;
	right:5px;
}
a.scalable-sm-green-btn:hover{
	background-position:bottom left;
}
a.scalable-sm-green-btn span{
	 position:relative;
	 display:block;
	 height:34px;
	 padding-right:10px;
	 background-image:url('https://www.everquest.com/images/buttons/scalable_sm_green_btn_right.png?v=0.0.0');
	 background-repeat:no-repeat;
	 background-position:top right;
	 left:10px;
	 /** To prevent image overlap the padding-right - left = the negative margin-right */
	 margin-right: -10px;
}
a.scalable-sm-green-btn:hover span{
	background-position:bottom right;
}
/** --------------------- END AUTO SCALE GREEN BUTTON --------------------- */
/** -------------------- JSCROLLPANE HORIZONTAL ONLY CODE -------------------- */
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: transparent;
	margin-bottom:1 px;
	z-index:10;
}
.jspHorizontalBar *{
	margin: 0;
	padding: 0;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
	background: transparent;
	position: relative;
}
.jspDrag{
	background: #195cab;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{
	margin: 0 -3px 0 0;
}
/** ------------------ END JSCROLLPANE ----------------- */

/** ------------------ BEGIN PAGINATION ----------------- */
.pagination-container {
	background-image:url('https://www.everquest.com/images/themes/base/pagination-nav-bg.png?v=1601246375');
	background-repeat:no-repeat;
	width:578px;
	height:51px;
	color:#fff;
	font-family:Arial, sans-serif;
	display:none;
	margin:0 auto 0 auto;
	position:relative;
}
.pagination-container p {
	line-height:51px;
}
.pagination-container a {
	color:#969696;
	cursor:default;
	line-height:51px;
	font-size: 0.75em;
	width:162px;
	position:relative;
	z-index:25;
}
.pagination-container a:hover {
	color:#969696;
	cursor:default;
}
a.pagination-previous {
	float:left;
	margin:0 0 0 30px;
	background-image:url('https://www.everquest.com/images/themes/base/pagination-arrow-left-gray.png?v=351348376');
	background-repeat:no-repeat;
	background-position:left 21px;
	padding:0 0 0 15px;
}
a.pagination-next {
	float:right;
	text-align:right;
	margin:0 30px 0 0;
	background-image:url('https://www.everquest.com/images/themes/base/pagination-arrow-right-gray.png?v=4290839824');
	background-repeat:no-repeat;
	background-position:right 21px;
	padding:0 15px 0 0;
}
a.pagination-previous.active {
	background-image:url('https://www.everquest.com/images/themes/base/pagination-arrow-left.png?v=1246159127');
	color:#F8C22F;
	cursor:pointer;
}
a.pagination-next.active {
	background-image:url('https://www.everquest.com/images/themes/base/pagination-arrow-right.png?v=3197254730');
	color:#F8C22F;
	cursor:pointer;
}
a.pagination-previous.active:hover {
	color:#F8C22F;
}
a.pagination-next.active:hover {
	color:#F8C22F;
}
p.pagination-actual {
	text-align:center;
	margin:auto;
	line-height:51px;
	cursor:default;
	position:absolute;
	left:0;
	right:0;
}
/** ------------------ END PAGINATION ----------------- */
/** ------------------ BEGIN COLORBOX ----------------- */
/*
	ColorBox Core Style:
	The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; outline: 0;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
/*
	User Style:
	Change the following styles to modify the appearance of ColorBox.  They are
	ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
	#cboxContent{margin-top:20px;}
		#cboxError{padding:50px; border:1px solid #ccc;}
	  /**  #cboxLoadedContent{border:5px solid #000; background:#000;}*/
		#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
		#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
		#cboxLoadingOverlay{background:#000;}
		#cboxLoadingGraphic{background:url('https://www.everquest.com/images/loading.gif?v=3739113184') no-repeat center center;}
		#cboxClose{position:absolute;border:none; top:30px; right:30px; display:block; background:url('https://www.everquest.com/images/themes/base/modal/modal-close.png?v=3149838938') no-repeat top center; width:27px; height:27px; text-indent:-9999px;}
		#cboxClose.hover{background-position:bottom center;}
/** ------------------ END COLORBOX ----------------- */
/* --------------------	EXPANDING MODAL -------------------- */
.expanding-modal{
	width:861px;
}
.expanding-modal.top{
	background-image: url('https://www.everquest.com/images/themes/base/modal/top.png?v=2889024956');
	background-position: right top;
	background-repeat: no-repeat;
	background-color:transparent;
	margin-top: 0;
	padding-top: 70px;
}
.expanding-modal.body{
	background-image: url('https://www.everquest.com/images/themes/base/modal/tile.png?v=213255656');
	background-position: left top;
	background-repeat: repeat-y;
	background-color:transparent;
	height:auto;
}
.expanding-modal.body p, .expanding-modal.body table{

}
.expanding-modal.bottom{
	background-image: url('https://www.everquest.com/images/themes/base/modal/bottom.png?v=622514192');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color:transparent;
	height:56px;
	display:block;
}
.expanding-modal .modal-content{
	margin:0 auto;
	width: 840px;
	position: relative;
	overflow: hidden;
}
/** ------------------ END EXPANDING MODAL ----------------- */
/* --------------------	EXPANDING MODAL -------------------- */
.movie-modal{
	width:861px;
}
.movie-modal.top{
	background-image: url('https://www.everquest.com/images/themes/base/modal/top.png?v=2889024956');
	background-position: right top;
	background-repeat: no-repeat;
	background-color:transparent;
	margin-top: 0;
	padding-top: 70px;
}
.movie-modal.body{
	background-image: url('https://www.everquest.com/images/themes/base/modal/tile.png?v=213255656');
	background-position: left top;
	background-repeat: repeat-y;
	background-color:transparent;
	width:861px;
}
.movie-modal.bottom{
	background-image: url('https://www.everquest.com/images/themes/base/modal/bottom.png?v=622514192');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color:transparent;
	height:56px;
	width:861px;
	display:block;
}
.movie-modal.body iframe#player{
	margin: 6px 0 0 18px;
}
#movieContainer{
	height: 452px;
	margin: 0 auto;
	padding-bottom: 10px;
	width: 796px;
}
/** ------------------ END EXPANDING MODAL ----------------- */

/** Taking Out Checkmark for Station Cash on Shop Page **/
#exp-sc {
	display:none;
	}

#exp-sc+ span {
	display:none;
	}

/** -------------------- BOOTSTRAP BOX-SIZING FIXES -------------------- */
ul.site-nav,
ul.site-nav li,
ul.site-nav li a.nav,
.content-page-tile,
.content-page-tile div,
.content-page-tile p,
.content-page-tile ul,
.content-page-tile li,
.content-page-tile span,
.content-page-tile h1,
.content-page-tile h2,
.content-page-tile h3,
.content-page-tile h4,
.content-page-tile h5,
.content-page-tile h6,
.content-page-tile table,
.content-page-tile tbody,
.content-page-tile tr,
.content-page-tile td,
.content-page-tile th,
#footer,
#footer ul,
#footer li {
	box-sizing: content-box;
}

/* end /styles/core.css*/

/* start /styles/registration.css*/
/* --------------------- WEB REGISTRATION FORM CSS --------------------------- */
.clr {
	clear: both;
}
.mid-section {
	margin: 0 auto;
	position: relative;
}
.registration-outter{
	width: 500px;
	float: left;
	margin: 270px 0 0 10px;
	position:relative;
	background-image: url('https://www.everquest.com/images/registration/reg-form-tile.png?v=39780541');
	background-position: top center;
	background-repeat: repeat-y;
}
.registration-inner{
	width: 500px;
	margin-top: -270px;
	padding-top: 46px;
	background-image: none;
	background-position: center top;
	background-repeat:no-repeat;
}
.registration-bottom {
	background-image: url('https://www.everquest.com/images/registration/reg-form-bottom.png?v=2976028391');
	background-position: center bottom;
	background-repeat:no-repeat;
	height: 90px;
	margin-bottom: -70px;
	width: 500px;
}
.registration {
	color: #25150c;
	font-size: 14px;
	min-height: 485px;
	overflow: visible;
	margin-top: -50px;
}
.registration a {
	color: #016bb2;
}
.registration a:hover {
	color: #016bb2;
}
.registration a:visited {
	color: #016bb2;
}
.registration div.reg-title {
	width:295px;
	height: 98px;
	margin: 0 auto;
	background-image: url('https://www.everquest.com/images/registration/reg-title-en.png?v=2582690205');
	background-position: 0 10px;
	background-repeat:no-repeat;
}
.registration div.reg-title.fr {
	background-image: url('https://www.everquest.com/images/registration/reg-title-en.png?v=2582690205');
}
.registration div.reg-title.en {
	background-image: url('https://www.everquest.com/images/registration/reg-title-en.png?v=2582690205');
}
.registration div.reg-title.de {
	background-image: url('https://www.everquest.com/images/registration/reg-title-en.png?v=2582690205');
}
.registration div.reg-title.ja {
	background-image: url('https://www.everquest.com/images/registration/reg-title-en.png?v=2582690205');
}
.registration div.has-station-account-msg {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1YWIyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMTdhMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: linear-gradient(to bottom, #45ab24 0%, #317a19 100%);
	color: #ffffff;
	line-height: 1.75;
	margin: 0 40px;
	text-align: center;
}
.registration img.modal-hr {

}
.registration div.fields {
	margin-right: 108px;
	margin-top: 10px;
	text-align: right;
}
.registration div.fields.errMsg {
	margin-right: 64px;
}
#cboxLoadingOverlay {
	background: transparent !important;
}

#cboxLoadingOverlay {
	background: transparent !important;
}
#wrModalCreate {
	font-size: 12px;
}
#wrModalCreate #createForm {
}
#wrModalCreate #createForm div.has-station-account-msg p {
	font-size: 14px;
}
#wrModalCreate #createForm div.has-station-account-msg a {
	color: #ffd200;
	font-size: 14px;
	text-decoration: none;
}
#wrModalCreate #createForm div.has-station-account-msg a:hover {
	text-decoration: underline;
}
#wrModalCreate .introText,
#wrModalCreate #wrSubscriptionUnderage {
	font-size: 18px;
	line-height: 24px;
	margin: 4px auto;
	text-align: center;
}
#wrModalCreate #wrSubscriptionUnderage {
	padding: 50px 60px;
}
#wrModalCreate #wrCreateForm a {
	font-size: 12px;
}
#wrCreateForm input, #wrCreateForm textarea, #wrCreateForm select {
	outline: none;
	border: solid 1px #c3c3c3;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right -3px;
	padding: 3px;
}
#wrCreateForm input[type="password"] {
	font-family: Arial, Helvetica, sans-serif;
}
#wrModalCreate #wrCreateForm .regScreen {
	text-align: left;
	/* display: none; */
}
#wrModalCreate #wrCreateForm .regScreen .fields {
	margin: 0 auto;
}
#wrModalCreate #wrCreateForm .createFieldContainer {
	margin: 0 0 6px 0;
	padding: 0;
}
#wrModalCreate #wrCreateForm .createFieldContainer.has-error label {
}
#wrModalCreate #wrCreateForm .createFieldContainer.has-error .validations {
	color: red;
}
#wrModalCreate #wrCreateForm .createFieldContainer.has-error input {
	background-color: #fff;
}
#wrModalCreate #wrCreateForm .createFieldContainer select#wrCreateCountry {
	width: 228px;
}
#wrModalCreate #wrCreateForm .createFieldContainer select#wrCreateCountry option {
	width: 260px;
}
#wrModalCreate #wrCreateForm #wrCreateBirthdate select.birth-month,
#wrModalCreate #wrCreateForm #wrCreateBirthdate select.birth-day,
#wrModalCreate #wrCreateForm #wrCreateBirthdate select.birth-year {
	width: 66px;
}
#wrModalCreate #wrCreateForm #wrCreateBirthdate select.birth-month,
#wrModalCreate #wrCreateForm #wrCreateBirthdate select.birth-day {
	margin: 0 15px 0 0;
}
#wrModalCreate #wrCreateForm .createFieldContainer input#wrCreateUsername,
#wrModalCreate #wrCreateForm .createFieldContainer input#wrCreatePassword,
#wrModalCreate #wrCreateForm .createFieldContainer input#wrCreatePassword2,
#wrModalCreate #wrCreateForm .createFieldContainer input.wr-login-password,
#wrModalCreate #wrCreateForm .createFieldContainer input.wr-login-password2,
#wrModalCreate #wrCreateForm .createFieldContainer input#wrCreateEmail {
	width: 220px;
	color: black;
	height: 18px;
}
#wrModalCreate #wrCreateForm .createFieldContainer input[type="checkbox"] {
	margin: 4px 10px 6px 0;
	float: left;
	border: 0;
	padding: 0;
}
#wrModalCreate #wrCreateForm .createFieldContainer label[for="wrAcceptMktg"] {
	width: 210px;
	display: inline-block;
	text-align: left;
}
#wrModalCreate #wrCreateForm .createFieldContainer label[for='wrAcceptTOS'] {
	width: 210px;
	display: inline-block;
	text-align: left;
}
#wrModalCreate #wrCreateForm .createFieldContainer label[for='wrAcceptPP'] {
	width: 280px;
	display: inline-block;
	text-align: left;
}
#wrModalCreate #wrCreateForm .createFieldContainer label[for='wrAcceptTOS'] a {
	white-space: nowrap;
}
#wrModalCreate #wrCreateForm #wrAcceptMktgFields.createFieldContainer {
	margin-top: 15px;
	margin-left: 164px;
	text-align: left;
	font-size: 12px;
	margin-right: 0;
}
#wrModalCreate #wrCreateForm #wrAcceptTOSFields.createFieldContainer {
	margin-left: 164px;
	text-align: left;
	font-size: 12px;
	margin-right: 0;
}
#wrModalCreate #wrCreateForm #wrAcceptPPFields.createFieldContainer {
	margin-left: 164px;
	text-align: left;
	font-size: 12px;
	margin-right: 0;
}
#wrModalCreate #wrCreateForm .regHelp {
	padding: 6px 8px;
	font-size: 12px;
	font-weight: bold;
	min-width: 200px;
	min-height: 30px;
}
#wrModalCreate #wrCreateForm .regHelp p, #wrModalCreate #wrCreateForm .regHelp li {
	line-height: 20px;
}
#wrModalCreate .buttonGroup {
	text-align: center;
	margin: 0 0 0 64px;
}
#wrModalCreate #labels_ErrorAccCreate {
	text-align: center;
	display: none;
}
#wrModalCreate #labels_ErrorAccCreate .introText {
}
#wrModalCreate #labels_ErrorAccCreate .buttonGroup {
	display: inline-block;
}
#wrModalCreate #errorPane,
#wrModalCreate #tosErrorPane,
#wrModalCreate #ppErrorPane {
	color: #bb0000;
	padding-left: 50px;
}
.inlineErrorField {
	color:#bb0000;
}
#wrModalCreate #labels_successfulCreation {
	display: none;
	font-size: 14px;
}
#wrModalCreate #labels_successfulCreation div.station-name-text {
	margin-bottom: 10px;
}
#wrModalCreate #labels_successfulCreation div.station-name-text p#usernameDisplayText {
	margin: 5px 0 5px 0;
	font-size: 16px;
	color: #480902;
}
#wrModalCreate #labels_successfulCreation div.download-instructions {
	margin-left: 60px;
	width: 500px;
}
#wrModalCreate #labels_successfulCreation div.save-download {
	padding-left: 165px;
	min-height: 95px;
	background-repeat: no-repeat;
	background-image: url('https://www.everquest.com/images/modal/download-alert-default.png?v=157124835');
}
#wrModalCreate #labels_successfulCreation div.save-download.firefox {
	background-image: url('https://www.everquest.com/images/modal/download-alert-firefox.png?v=1824675129');
}
#wrModalCreate #labels_successfulCreation div.save-download.explorer {
	background-image: url('https://www.everquest.com/images/modal/download-alert-ie.png?v=2298355237');
}
#wrModalCreate #labels_successfulCreation div.save-download.chrome {
	background-image: url('https://www.everquest.com/images/modal/download-alert-chrome.png?v=1111616360');
}
#wrModalCreate #labels_successfulCreation div.run-download {
	padding-left: 165px;
	min-height: 145px;
	background: url('https://www.everquest.com/images/modal/download-install-prompt.png?v=1456214257') no-repeat transparent;
}
#wrModalCreate #labels_successfulCreation div.login-download {
	padding-left: 165px;
	min-height: 131px;
	background: url('https://www.everquest.com/images/modal/lp4-login-screen.png?v=183391684') no-repeat transparent;
}
#wrModalCreate #labels_successfulCreation div.account-created-title {
	margin-left: 50px;
	height: 68px;
	background-position: 0px 20px;
	background-repeat: no-repeat;
	width: 468px;
}
#wrModalCreate #labels_successfulCreation div.account-created-title.en {
	background-image: url('https://www.everquest.com/images/modal/welcome-to-everquest2.png?v=0.0.0');
}
#wrModalCreate #labels_successfulCreation div.account-created-title.de {
	background-image: url('https://www.everquest.com/images/de/modal/welcome-to-everquest2.png?v=0.0.0');
}
#wrModalCreate #labels_successfulCreation div.account-created-title.fr {
	background-image: url('https://www.everquest.com/images/fr/modal/welcome-to-everquest2.png?v=0.0.0');
}
#wrModalCreate #labels_successfulCreation div.account-created-title.ja {
	background-image: url('https://www.everquest.com/images/ja/modal/welcome-to-everquest2.png?v=0.0.0');
}
#wrModalCreate #labels_successfulCreation .buttonGroup {
	display: inline-block;
}
#wrModalCreate .playFree p {
	text-align: center;
	margin-top: -6px;
}

#wrModalCreate #wrSteamInstructions #steamOkBtn {
	background: url('https://www.everquest.com/images/modal/ok_btn_green.png?v=0.0.0') top center transparent;
	height: 42px;
	margin: 20px auto;
	width: 70px;
}
#wrModalCreate #wrSteamInstructions #steamOkBtn:hover {
	background-position: bottom center;
	cursor: pointer;
}
#wrModalCreateContainer a, #wrModalCreateContainer a:hover {
	text-decoration: underline;
}
#wrModalCreate #wrCreateForm .createFieldContainer.has-success input {
	background-image: url('https://www.everquest.com/images/modal/reg-state-passed.png?v=4139254177');
	border-color: green;
}
#wrModalCreate #wrCreateForm .createFieldContainer.has-error input {
	background-image: url('https://www.everquest.com/images/modal/reg-state-failed.png?v=4280244402');
	border-color: red;
	background-color: #fde1e2;
}
#wrModalCreate #wrCreateForm .createFieldContainer input#wrAcceptMktg, #wrModalCreate #wrCreateForm .createFieldContainer label[for="wrAcceptMktg"] {
}
#wrModalCreate #wrCreateForm .createFieldContainer.has-error input:focus {
	-webkit-box-shadow: 0 0 1px white;
	-moz-box-shadow: 0 0 1px white;
	box-shadow: 0 0 1px white;
}
#wrModalCreate #wrCreateForm .createFieldContainer.has-error .regHelp {
	color: #d91f1f;
}
#wrModalCreate #wrCreateForm .createFieldContainer label {
	text-align: right;
}

#wrModalCreate #wrCreateForm .regScreen .fields {
	width: 274px;
}

#existingPlayers {
	text-align: center;
}
#webRegModalBg {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	background-color: #000;
	cursor: pointer;
	display: none;
	filter: alpha(opacity=80);
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
}
#webRegModal {
	display: none;
	height: 650px;
	margin: auto;
	overflow: visible;
	position: absolute;
	width: 600px;
	z-index: 999;
}

#webRegModalClose {
	background: url('https://www.everquest.com/images/modal/modal-close.png?v=1511384041') center top transparent;
	cursor: pointer;
	height: 16px;
	position: absolute;
	right: 50px;
	top: 30px;
	width: 15px;
}
#webRegModalClose:hover {
	background-position: bottom center;
}	/* popup */
.registration-popup {
	background: url('https://www.everquest.com/images/modal/registration-modal-bg.gif?v=2530580061') no-repeat scroll 0 0 transparent;
	color: #25150C;
	font-size: 13px;
	height: 612px;
	overflow: visible;
	width: 585px;
}
.registration-popup a {
	color:#934c1b !important;
}

.registration-popup .usernameDisplayText {
	font-weight:bold;
	color:#934c1b;
}

.registration-popup div.station-name-text {
	margin-bottom: 10px;
}
.registration-popup div.station-name-text p#usernameDisplayText {
	margin: 5px 0 5px 0;
	font-size: 16px;
	color: #480902;
}
.usernameDisplayText {
	font-size: 15px;
	margin-bottom: 15px;
}
.registration-popup div.download-instructions {
	margin-left: 60px;
	width: 500px;
}
.registration-popup div.save-download {
	padding-left: 165px;
	min-height: 95px;
	background-repeat: no-repeat;
	background-image: url('https://www.everquest.com/images/modal/download-alert-default.png?v=157124835');
}
.registration-popup div.save-download.firefox {
	background-image: url('https://www.everquest.com/images/modal/download-alert-firefox.png?v=1824675129');
}
.registration-popup div.save-download.explorer {
	background-image: url('https://www.everquest.com/images/modal/download-alert-ie.png?v=2298355237');
}
.registration-popup div.save-download.chrome {
	background-image: url('https://www.everquest.com/images/modal/download-alert-chrome.png?v=1111616360');
}
.registration-popup div.run-download {
	padding-left: 165px;
	min-height: 145px;
	background: url('https://www.everquest.com/images/modal/download-install-prompt.png?v=1456214257') no-repeat transparent;
}
.registration-popup div.login-download {
	padding-left: 165px;
	min-height: 111px;
	background: url('https://www.everquest.com/images/modal/lp4-login-screen.png?v=183391684') no-repeat transparent;
}
.registration-popup div.account-created-title {
	margin-left: 50px;
	height: 68px;
	background-position: 0px 20px;
	background-repeat: no-repeat;
	width: 468px;
}
.registration-popup div.account-created-title.en {
	background-image: url('https://www.everquest.com/images/modal/welcome-to-everquest2.png?v=0.0.0');
}
.registration-popup div.account-created-title.de {
	background-image: url('https://www.everquest.com/images/de/modal/welcome-to-everquest2.png?v=0.0.0');
}
.registration-popup div.account-created-title.fr {
	background-image: url('https://www.everquest.com/images/fr/modal/welcome-to-everquest2.png?v=0.0.0');
}
.registration-popup div.account-created-title.ja {
	background-image: url('https://www.everquest.com/images/ja/modal/welcome-to-everquest2.png?v=0.0.0');
}
.registration-popup .buttonGroup {
	display: inline-block;
}

.registration-popup a, .registration-popup a:link, .registration-popup a:visited, .registration-popup a:hover, .registration-popup a:active, .registration-popup a:focus {
	text-decoration:underline !important;
}
a.btn {
	display: inline-block;
}
a.btn:hover, a.btn:hover * {
	cursor: pointer;
}
a.btn:focus {
	outline: none;
}
a.btn div {
	float: left;
}
a.btn div.left span {
	display: inline-block;
}
a.btn .arrow {
	float: right;
}
a.btn.has-disabled {
	opacity: 0.8;
}
a.btn.has-disabled, a.btn.has-disabled * {
	cursor: default !important;
}
a.web-reg-play-free-btn {
	width: 366px;
	height: 108px;
	margin: 0;
	background-image: url('https://www.everquest.com/images/registration/web-reg-play-free-btn.png?v=3188550129');
	background-position: center tosErrorPane;
}
.buttonGroup a:hover.web-reg-play-free-btn {
	background-position: center bottom;
}
.web-reg-play-free-btn.en {
	background-image: url('https://www.everquest.com/images/registration/web-reg-play-free-btn.png?v=3188550129');
}
.web-reg-play-free-btn.de {
	background-image: url('https://www.everquest.com/images/registration/web-reg-play-free-btn.png?v=3188550129');
}
.web-reg-play-free-btn.fr {
	background-image: url('https://www.everquest.com/images/registration/web-reg-play-free-btn.png?v=3188550129');
}
.web-reg-play-free-btn.ja {
	background-image: url('https://www.everquest.com/images/registration/web-reg-play-free-btn.png?v=3188550129');
}
.registration-popup a.green-btn {
	clear:both;
	background-image: url('https://www.everquest.com/images/registration/green_btn_sprite.png?v=526709294');
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff !important;
	cursor: pointer;
	display: block;
	font-family: 'PT Serif Caption',serif;
	font-size: 12px;
	font-weight: normal;
	height: 39px;
	line-height: 35px;
	margin: 5px auto;
	text-align: center;
	text-decoration: none !important;
	width: 225px;
	margin:10px 0 0 130px;
}

#wrSteamInstructions.registration-popup {
	 padding: 40px 80px 0;
}
#wrSteamInstructions.registration-popup .login-download {
	margin-right:200px;
}

/* end /styles/registration.css*/

/* start /styles/_pages/register.css*/
/* REGISTER CSS */
.mid-section {
    margin: 0 auto;
    position: relative;
}
.mid-section div,
.mid-section li,
.mid-section input {
	box-sizing: content-box;
}
.registration-outter{
	width: 500px;
	float: left;
	margin: 270px 0 0 10px;
	position:relative;
	background-image: url('https://www.everquest.com/images/registration/reg-form-tile.png?v=39780541');
	background-position: top center;
	background-repeat: repeat-y;
}
.registration-inner{
	width: 500px;
	margin-top: -270px;
	padding-top: 46px;
	background-image: none;
	background-position: center top;
	background-repeat:no-repeat;
}
.registration-bottom {
	background-image: url('https://www.everquest.com/images/registration/reg-form-bottom.png?v=2976028391');
	background-position: center bottom;
	background-repeat:no-repeat;
	height: 90px;
	margin-bottom: -70px;
	width: 500px;
}
.registration {
	color: #25150c;
	font-size: 14px;
	min-height: 485px;
	overflow: visible;
	margin-top: -50px;
}
.registration-body .underAge{
	font-size: 18px;
	line-height: 24px;
	margin: 54px auto;
	text-align: center;
	width: 370px;
}

/* DO NOT PLACE ANY GAME REGISTRATION FORM CSS IN HERE!!!
 * THIS IS FOR ELEMENTS OUTSIDE THE FORM */
#itLegalText{
	font-size: 12px !important;
}

.promo-container{
	width: 455px;
	height: 300px;
	float: right;
	margin: 312px 0px 0 0;
	background-image: url('https://www.everquest.com/images/registration/promo/heroic.png?v=1387318155');
	background-position: center bottom;
	background-repeat:no-repeat;
}
.promo-container .highlight-container{
	width: 160px;
	height: 51px;
	margin: 0;
	text-align: center;
	float: left;
	padding: 124px 0px 0 37px;
}
.promo-container .highlight{
	font-weight: bold;
	color: #ffff00;
	font-size: 14px;
	font-family: Georgia, serif;
	text-align: center;
	padding-bottom: 103px;
}
.promo-container .rewards{
    color: #FFFFFF;
    float: left;
    font-family: Georgia,serif;
    font-size: 18px;
    height: 51px;
    margin: 0;
    padding: 125px 0 0 30px;
    width: 185px;
}
.promo-container .rewards li{
	list-style-type:disc;
	list-style-position:outside;
	font-size:13px;
	color:#2c2c2b;
	list-style-image: url('https://www.everquest.com/images/promos/bullet.png?v=127878834');
	padding-bottom: 15px;
}

.video-trailer{
	width: 262px;
	height: 204px;
	float: right;
	margin: 350px 30px 0 0;
	background-image: url('https://www.everquest.com/images/registration/video-trailer-frame.png?v=2077964037');
	background-position: center bottom;
	background-repeat:no-repeat;
}
.video-trailer h2.desc{
	width: 262px;
	height: 51px;
	line-height: 60px;
	margin: 0;
	font-size: 18px;
	color: #ffffff;
	font-family: Georgia, serif;
	text-align: center;
}
.video-trailer a.link-trailer{
	width: 224px;
	height: 134px;
	display: block;
	margin-left: 20px;
	background-image: url('https://www.everquest.com/images/registration/trailer-thumb.jpg?v=842789027');
	background-position: center top;
	background-repeat:no-repeat;
}
.video-trailer a.link-trailer span{
	width: 90px;
	height: 68px;
	display: block;
	margin-left: 68px;
	margin-top: 32px;
	float: left;
	background-image: url('https://www.everquest.com/images/registration/play-button.png?v=3884328452');
	background-position: center bottom;
	background-repeat:no-repeat;
}
.video-trailer a.link-trailer:hover span{
	background-position: center top;
}
.game-info{
	width: 986px;
	height: 240px;
	float: left;
	clear: both;
	margin: 80px auto 0 auto;
}
.game-info .info-item{
	height: 240px;
	float: left;
	background-position: center top;
	background-repeat:no-repeat;
}
/* NO CID CLASSES */
.new-expansion{
	width:320px;
	background-image: url('https://www.everquest.com/images/registration/new-expansion.png?v=4192934657');
}
.recruit-rewards{
	width:320px;
	background-image: url('https://www.everquest.com/images/registration/recruit-rewards.png?v=3438333747');
}
.mobile-app{
	width:320px;
	background-image: url('https://www.everquest.com/images/registration/mobile-app.png?v=1295637278');
}
.game-info .info-item .constraint{
	height: 240px;
}
.new-expansion .constraint{
	width:296px;
	margin: 0 auto;
}
.recruit-rewards .constraint{
	width:296px;
	margin: 0 auto;
}
.mobile-app .constraint{
	width:296px;
	margin: 0 auto;
}
/* CID  CLASSES */
.early-lto{
	width:490px;
	background-image: url('https://www.everquest.com/images/registration/limited-time-offer.png?v=1426172014');
}
.late-lto{
	width:490px;
	background-image: url('https://www.everquest.com/images/registration/limited-time-offer.png?v=1426172014');
}
.recruit-rewards-lto{
	width:245px;
	background-image: url('https://www.everquest.com/images/registration/recruit-rewards-lto.png?v=3423367316');
}
.mobile-app-lto{
	width:245px;
	background-image: url('https://www.everquest.com/images/registration/mobile-app-lto.png?v=2285928611');
}
.game-info .info-item .constraint{
	height: 240px;
}
.early-lto .constraint{
	width:466px;
	margin: 0 auto;
}
.late-lto .constraint{
	width:466px;
	margin: 0 auto;
}
.recruit-rewards-lto .constraint{
	width:221px;
	margin: 0 auto;
}
.mobile-app-lto .constraint{
	width:221px;
	margin: 0 auto;
}
.game-info .info-item .constraint .curtain{
	height: 240px;
	width: 100%;
	display: none;
	background-image: url('https://www.everquest.com/images/registration/curtain.png?v=2801551583');
	background-position: center top;
	background-repeat:no-repeat;
	float: left;
	margin: 64px 0 0 0;
}
.game-info .info-item .constraint .curtain ul{
	list-style: none;
	float: left;
	margin: 25px 0 0 0;
}
.game-info .info-item .constraint .curtain ul li{
	margin: 6px 0 0 2px;
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #ececec;
	background-image: url('https://www.everquest.com/images/themes/base/rivit.png?v=2905343289');
	background-position: 0 4px;
	background-repeat:no-repeat;
}
.info-item .constraint .curtain ul li.date-one{
	display: none;
}
.info-item .constraint .curtain ul li.date-two{
	display: none;
}
.early-lto .constraint .curtain ul li.no-cid{
	display: none;
}
.late-lto .constraint .curtain ul li.no-cid{
	display: none;
}
.early-lto .constraint .curtain ul li.date-one{
	display: block;
	margin-left: 100px;
}
.late-lto .constraint .curtain ul li.date-two{
	display: block;
	margin-left: 100px;
	font-size: 17px;
}
.game-info .info-item .constraint:hover .curtain{
	display: block;
}

/* end /styles/_pages/register.css*/
